<table width="100%" class="musica">
<tbody><tr>
<td width="15px" style="padding-bottom:1px;"><img style="cursor: pointer; padding-top: 1px;" src="/img/playh.png" onclick="$('.player').hide();$('#Player$ID$').show();" align="absmiddle" border="0"></td>
<td style="padding-left:3px;">
<a href="$ENTRY_URL$"><b>$TITLE$</b></a>
</td>
<td align="right">
<span class="i_time">$CODE$</span>
</td>
</tr>
</tbody></table>
<div style="border-top: 1px dotted #ddd;"></div>
<div id="Player$ID$" class="bodyBottons player" style="opacity: 0.9; background-color: rgb(101, 98, 96); padding: 0px; height: 40px; display: none; background-position: initial initial; background-repeat: initial initial; "> 
<table border="0" cellpadding="0" cellspacing="0" width="400"> 
<tbody><tr> 
<td> 
<font class="BottonPrev" id="TrackPrev$ID$"></font> 
</td><td> 
<font id="Play$ID$" class="BottonPlay" style="display: none; "></font> 
<font id="Pause$ID$" class="BottonPause" style=""></font> 
</td><td> 
<font id="Stop$ID$" class="BottonStop"></font> 
</td><td> 
<font class="BottonNext" id="TrackNext$ID$"></font> 
</td> 
<td style="padding-top:6px;"> 
<font style="float:right;padding-right:11px;color:#fff"> 
$RFILE_SIZE$ </font><font style="font-size:8pt;padding-left:10px;color:#fff">$TITLE$</font> 
<object style="bottom:2px;opacity:0.9;" name="SwfPlayer$ID$" id="SwfPlayer$ID$" type="application/x-shockwave-flash" data="/Player/Player.swf" width="320" height="20"><param name="bgcolor" value="#ffffff"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="wmode" value="transparent"><param name="movie" value="/Player/Player.swf"><param name="flashvars" value="uid=$ID$&amp;comment=$TITLE$&amp;st=/Player/Player.style.txt&amp;file=$RFILE_URL$"></object> 
</td> 
<td style="padding-top:6px;"> 
<font class="BottonDownload" id="Download$ID$" onclick="location.href='$RFILE_URL$'"></font> 
</td> 
<td valign="top" style="padding-top:5px;"> 
<font class="BottonClose" id="PlayersClose$ID$"></font> 
</td> 
</tr> 
</tbody></table>